www.gusucode.com > HCONLY站长管理助手 V1.3 > HCONLY站长管理助手 V1.3\code\tools\shua_pv\shua.asp

    <%
	db="fadmy.asa"
	Set conn = Server.CreateObject("ADODB.Connection")
	connstr="driver={Microsoft Access Driver (*.mdb)};dbq=" & Server.MapPath(db)
	conn.Open connstr
    set rs=server.createobject("adodb.recordset")
%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="images/webmail.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
-->
</style></head>

<body>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                    <TBODY>
					
                    <FORM name=logon action=1.asp method=post target=windows1>
					
                    <TR vAlign=top>
                      <TD class=blackb align=right width="20%" height=24>网址:&nbsp;</TD>
                      <TD align=left width="80%">
						<input name="url" type="text" class="wenbenkuang" value="http://" size="40" maxlength="64"></TD>
                    </TR>
                    <TR vAlign=top>
                      <TD class=blackb align=right height=24>间隔时间:&nbsp;</TD>
                      <TD align=left>
						<input name="time1" class="wenbenkuang" value="1" size="5" maxlength="32"> 
						秒</TD>
                    </TR>
                    <TR vAlign=top>
                      <TD class=blackb align=right height=24>刷新窗口:&nbsp;</TD>
                      <TD align=left>
                      <iframe name="windows1" width="286" height="41" border="0" frameborder="0" scrolling="no" src="1.asp?url=#/&time1=8&no=0">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe>                      </TD></TR>
                    <TR vAlign=top>
                      <TD class=blackb align=right height=24> </TD>
                      <TD align=left>
						<input type=submit class="anniu" value="开始 " > 
                        &nbsp;</TD></TR>
                </TABLE>
</body>
</html>